Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include weak dependencies of Ruby that we actually need #289

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Jul 11, 2022

The ruby module declares a number of dependencies as weak dependencies, including: ruby-default-gems, rubygem-bigdecimal, rubygem-io-console, and rubygem-rdoc. Additionally, rubygem-irb is considered weak as it's a dependency of rubygem-rdoc.

If weak dependencies are excluded, these will not be installed, but ManageIQ depends on them, so this change makes the ones we need actually required. The PR does not require the following weak gems as we either don't need them or have newer versions in the gemset: rubygem-bundler-2.2.24, rubygem-json-2.3.0, and rubygem-rdoc-6.2.1.1

This can be merged independently of ManageIQ/manageiq-pods#846

@Fryguy Fryguy added the enhancement New feature or request label Jul 11, 2022
@miq-bot
Copy link
Member

miq-bot commented Jul 11, 2022

Checked commit Fryguy@b83bec6 with ruby 2.6.9, rubocop 1.19.1, haml-lint 0.35.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🍪

@bdunne bdunne merged commit 97aa8f9 into ManageIQ:master Jul 11, 2022
@Fryguy Fryguy deleted the weak_deps branch July 11, 2022 19:26
bdunne added a commit to bdunne/manageiq-rpm_build that referenced this pull request Jul 10, 2024
Include weak dependencies of Ruby that we actually need

(cherry picked from commit 97aa8f9)
Modified to remove ruby-default-gems since that does not exist in this version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants